home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / Headers ƒ / IC Doc Utils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-20  |  302 b   |  26 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC Doc Utils.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_IC_Doc_Utils__
  9. #define __H_IC_Doc_Utils__
  10.  
  11. #include "IC Types.h"
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. ICInstance GetInstance(void);
  18. void DirtyDocument(void);
  19. Boolean IsDocLocked(void);
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif /* __H_IC_Doc_Utils__ */
  26.